GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-03T00:35:36.6082359+00:00",
"SubmitDate": "2026-06-03T00:35:36.6082359+00:00",
"ReportPeriodStart": "2026-06-03T00:35:36.6082359+00:00",
"ReportPeriodEnd": "2026-06-03T00:35:36.6082359+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b6f6c1ec-2e96-471d-8ccb-701e26059462",
"Rows": [
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b6f6c1ec-2e96-471d-8ccb-701e26059462",
"Rows": [
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d8e5733a-2b18-407e-837d-de1dc5e8e504",
"72116c56-746f-44cb-873f-796e54df2f3a"
],
"Approvers": [
"a2b9f0a6-124f-432f-90da-931d0ccc5df1",
"8e2c9a59-c351-4830-9957-5eee6c657a1d"
],
"ApprovedBy": "28097b1d-2ecd-4ba7-ae07-0ea9555d39fa",
"ApprovalDate": "2026-06-03T00:35:36.6082359+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2048cc49-1544-4af0-85fe-ba765a606c8d",
"id": "6f1f1f92-9bc5-4457-b672-11d5a88dc0eb",
"ConfigId": "24f8fa97-1b3f-4e04-9edd-05353b9d5cd3"
},
{
"GenerationDate": "2026-06-03T00:35:36.6082359+00:00",
"SubmitDate": "2026-06-03T00:35:36.6082359+00:00",
"ReportPeriodStart": "2026-06-03T00:35:36.6082359+00:00",
"ReportPeriodEnd": "2026-06-03T00:35:36.6082359+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b6f6c1ec-2e96-471d-8ccb-701e26059462",
"Rows": [
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b6f6c1ec-2e96-471d-8ccb-701e26059462",
"Rows": [
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a98f990d-44b9-481e-ac94-6503575b5e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d8e5733a-2b18-407e-837d-de1dc5e8e504",
"72116c56-746f-44cb-873f-796e54df2f3a"
],
"Approvers": [
"a2b9f0a6-124f-432f-90da-931d0ccc5df1",
"8e2c9a59-c351-4830-9957-5eee6c657a1d"
],
"ApprovedBy": "28097b1d-2ecd-4ba7-ae07-0ea9555d39fa",
"ApprovalDate": "2026-06-03T00:35:36.6082359+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2048cc49-1544-4af0-85fe-ba765a606c8d",
"id": "6f1f1f92-9bc5-4457-b672-11d5a88dc0eb",
"ConfigId": "24f8fa97-1b3f-4e04-9edd-05353b9d5cd3"
}
]